diff --git a/acceptance/bin/wait_pid b/acceptance/bin/wait_pid index 6e28c144c..dfd0e1d56 100755 --- a/acceptance/bin/wait_pid +++ b/acceptance/bin/wait_pid @@ -5,7 +5,7 @@ # shell. This script is more general purpose. wait_pid() { local pid=$1 - local max_attempts=100 # 100 * 0.1 seconds = 10 seconds + local max_attempts=600 # 600 * 0.1 seconds = 1 Minute local attempt=0 local sleep_time=0.1