Skip to content

Commit 7bf2fe7

Browse files
committed
Increase sleep in distributable tests to handle slow Mac first start
On MacOS, in CI, it can take a couple of extra seconds for the server to start and certificates to be generated. Not a big problem in practice, but makes the integration tests flaky, so this should stabilise that.
1 parent 171641b commit 7bf2fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/distributables-test/unix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ echo "\nStarting server..."
1111
./httptoolkit-server/bin/httptoolkit-server start &
1212
SERVER_PID=$!
1313

14-
sleep 5
14+
sleep 10
1515

1616
echo "\nTesting server..."
1717

0 commit comments

Comments
 (0)