Skip to content

Commit

Permalink
Bump default timeout to 15 seconds to start container
Browse files Browse the repository at this point in the history
  • Loading branch information
grooverdan committed Sep 2, 2024
1 parent ce0afb8 commit 6bfad23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .test/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ runandwait()
)"
port_int=$port
fi
waiting=${DOCKER_LIBRARY_START_TIMEOUT:-10}
waiting=${DOCKER_LIBRARY_START_TIMEOUT:-15}
echo "waiting to start..."
set +e +o pipefail +x
while [ "$waiting" -gt 0 ]
Expand Down

0 comments on commit 6bfad23

Please sign in to comment.