We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 47548fa + 6e19145 commit 2e550dfCopy full SHA for 2e550df
python3-hello/scripts/test/common.sh
@@ -38,7 +38,7 @@ start_instance()
38
start_instance_timeout()
39
{
40
# Start instance.
41
- setsid --fork timeout -k 2 15 "$start_command" 1>&2 &
+ setsid --fork timeout -k 2 30 "$start_command" 1>&2 &
42
if test $? -ne 0; then
43
echo "Cannot start instance" 1>&2
44
echo "FAILED"
0 commit comments