Possible fix for a sporadically failing test (#522)
Co-authored-by: Nikita Salnikov-Tarnovski <gnikem@gmail.com>
This commit is contained in:
parent
e2338ab4fc
commit
1c2f74d8db
|
@ -64,6 +64,6 @@ class JaxMultithreadedClientTest extends AgentTestRunner {
|
||||||
}
|
}
|
||||||
|
|
||||||
then:
|
then:
|
||||||
conds.await(10)
|
conds.await(30)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue