Possible fix for a sporadically failing test (#522)

Co-authored-by: Nikita Salnikov-Tarnovski <gnikem@gmail.com>
This commit is contained in:
Trask Stalnaker 2020-06-14 21:55:51 -07:00 committed by GitHub
parent e2338ab4fc
commit 1c2f74d8db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -64,6 +64,6 @@ class JaxMultithreadedClientTest extends AgentTestRunner {
} }
then: then:
conds.await(10) conds.await(30)
} }
} }