mirror of https://github.com/databricks/cli.git
This commit is contained in:
parent
8eb454da14
commit
608f0ad94f
|
@ -27,7 +27,7 @@ wait_pid() {
|
|||
attempt=$((attempt + 1))
|
||||
done
|
||||
|
||||
echo "Timeout: Process $pid did not end within 10 seconds"
|
||||
echo "Timeout: Process $pid did not end within 1 minute"
|
||||
return 1
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue