diff --git a/tests/Browser/MicropubClientTest.php b/tests/Browser/MicropubClientTest.php index 5ca3a5a5..5aa1ba53 100644 --- a/tests/Browser/MicropubClientTest.php +++ b/tests/Browser/MicropubClientTest.php @@ -26,7 +26,7 @@ class MicropubClientTest extends DuskTestCase $browser->visit(route('micropub-client')) ->assertDontSee('jonnybarnes on Twitter') ->clickLink('Refresh Syndication Targets') - ->pause(5000) + ->pause(10000) ->assertSee('jonnybarnes on Twitter'); }); }