Skip to content

Commit

Permalink
Add delay after spinning up servers
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe committed Aug 2, 2019
1 parent 6aac310 commit d102cd9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/integration_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ pids=$!
ran -p=2222 -r=test/dead_link &
pids="$pids $!"

sleep 1

./muffet http://localhost:1111
! ./muffet http://localhost:2222

Expand Down

0 comments on commit d102cd9

Please sign in to comment.