mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
make future timeout higher than built-in driver timeout
This commit is contained in:
parent
6bfd9e3171
commit
741a034c98
@ -120,7 +120,7 @@ public abstract class Cqld4CqlOp implements CycleOp<List<Row>>, VariableCapture,
|
||||
});
|
||||
|
||||
try {
|
||||
return rowsStage.toCompletableFuture().get(3, TimeUnit.SECONDS);
|
||||
return rowsStage.toCompletableFuture().get(300, TimeUnit.SECONDS);
|
||||
} catch (Exception e) {
|
||||
if (e instanceof RuntimeException re) throw re;
|
||||
throw new RuntimeException(e);
|
||||
|
Loading…
Reference in New Issue
Block a user