Skip to content

Commit

Permalink
Increase client boot timeout for integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
ChillerDragon committed Jun 20, 2022
1 parent afd4504 commit bc24395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/integration_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ fails=0
if [ "$arg_valgrind_memcheck" == "1" ]; then
tries=120
else
tries=2
tries=50
fi
# give the client time to launch and create the fifo file
# but assume after X secs that the client crashed before
Expand Down

0 comments on commit bc24395

Please sign in to comment.