Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/test_helper.bash
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ assert_stderr_contains() {
wait_for_runtime_status() {
local cid=$1
local expected_status=$2
local how_long=5
local how_long=15

t1=$(expr $SECONDS + $how_long)
while [ $SECONDS -lt $t1 ]; do
Expand Down