mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 16:35:45 +01:00
fix DefaultKeyGeneratorTest for slow machines
This commit is contained in:
@@ -129,7 +129,7 @@ public class DefaultKeyGeneratorTest
|
||||
|
||||
for (Future<Set<String>> future : futureSet)
|
||||
{
|
||||
Set<String> futureKeys = future.get(5, TimeUnit.SECONDS);
|
||||
Set<String> futureKeys = future.get(20, TimeUnit.SECONDS);
|
||||
|
||||
assertNotNull(futureKeys);
|
||||
assertEquals(1000, futureKeys.size());
|
||||
|
||||
Reference in New Issue
Block a user