提交 34a6337b 编写于 作者: C Christian Noon

Bumped up the cache test wait time for priming the cache to help stabilize CI.

上级 8b8c929b
......@@ -147,7 +147,7 @@ class CacheTestCase: BaseTestCase {
}
// Wait for all requests to complete
dispatch_group_wait(dispatchGroup, dispatch_time(DISPATCH_TIME_NOW, Int64(10.0 * Float(NSEC_PER_SEC))))
dispatch_group_wait(dispatchGroup, dispatch_time(DISPATCH_TIME_NOW, Int64(30.0 * Float(NSEC_PER_SEC))))
// Pause for 2 additional seconds to ensure all timestamps will be different
dispatch_group_enter(dispatchGroup)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册