style95 commented on a change in pull request #5027:
URL: https://github.com/apache/openwhisk/pull/5027#discussion_r528332414
##########
File path:
tests/src/test/scala/org/apache/openwhisk/core/limits/ActionLimitsTests.scala
##########
@@ -435,7 +418,7 @@ class ActionLimitsTests extends TestHelpers with
WskTestHelpers with WskActorSys
}
for (a <- 1 to 10) {
- val run = wsk.action.invoke(name, Map("payload" -> "128".toJson))
+ val run = wsk.action.invoke(name, Map("payload" -> "128".toJson),
blocking = true)
Review comment:
This test is supposed to reuse a container, so I change them to blocking
calls.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]