Skip to content

Commit 2e550df

Browse files
authored
Merge pull request #57 from raresgoidescu/test
Reviewed-by: Cezar Craciunoiu <cezar.craciunoiu@unikraft.io> Approved-by: Cezar Craciunoiu <cezar.craciunoiu@unikraft.io>
2 parents 47548fa + 6e19145 commit 2e550df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python3-hello/scripts/test/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ start_instance()
3838
start_instance_timeout()
3939
{
4040
# Start instance.
41-
setsid --fork timeout -k 2 15 "$start_command" 1>&2 &
41+
setsid --fork timeout -k 2 30 "$start_command" 1>&2 &
4242
if test $? -ne 0; then
4343
echo "Cannot start instance" 1>&2
4444
echo "FAILED"

0 commit comments

Comments
 (0)