Skip to content

Commit f78f714

Browse files
committed
timeout.sh: add force-success
1 parent c833b5f commit f78f714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

timeout.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ background_task() {
88
sleep $timeout
99

1010
echo "timeout.sh: stopping all tasks"
11-
gp tasks stop --all
11+
gp tasks stop --all --force-success
1212
}
1313

1414
# 2700 secods = 45 min

0 commit comments

Comments
 (0)