Skip to content

Commit 822f770

Browse files
committed
Increase patience config to wait for response longer.
1 parent 80fef2f commit 822f770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/test/scala/org/apache/openwhisk/core/scheduler/queue/test/ElasticSearchDurationCheckerTests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class ElasticSearchDurationCheckerTests
6767
}
6868
implicit val mt: ActorMaterializer = ActorMaterializer()
6969
implicit val ec: ExecutionContextExecutor = actorSystem.dispatcher
70-
implicit val timeoutConfig: PatienceConfig = PatienceConfig(1.seconds)
70+
implicit val timeoutConfig: PatienceConfig = PatienceConfig(5 seconds, 15 milliseconds)
7171

7272
private val auth = BasicAuthenticationAuthKey()
7373
implicit val wskprops: WskProps = WskProps(authKey = auth.compact, namespace = namespace)

0 commit comments

Comments
 (0)