From 157de81d7e27034c567a0bc91243847e12c70336 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Thu, 23 Feb 2017 18:36:40 +0000 Subject: [PATCH] Try adding a larger pause --- tests/Browser/MicropubClientTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); }); }