Skip to content

Commit edb9597

Browse files
cbickeldubee
authored andcommitted
Wait for 2 minutes for logs. (#299)
1 parent c020c1d commit edb9597

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/src/test/scala/whisk/core/cli/test/WskCliBasicUsageTests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ class WskCliBasicUsageTests extends TestHelpers with WskTestHelpers {
400400
be("this is stdout\nthis is stderr\n") or
401401
be("this is stderr\nthis is stdout\n")
402402
}
403-
}, 10, Some(1.second))
403+
}, 120, Some(1.second))
404404
}
405405
}
406406

0 commit comments

Comments
 (0)