Skip to content

Commit 4f9870d

Browse files
committed
Increase wait time
1 parent d3d4762 commit 4f9870d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Integration/PurgeCacheTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ private function startMockServer(): void
103103
// return $output === 'Started';
104104
// }
105105
// );
106-
// so we wait a second instead:
107-
sleep(1);
106+
// so we wait a second or two instead:
107+
sleep(2);
108108
}
109109

110110
private function stopMockServer(): void

0 commit comments

Comments
 (0)