mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-01-26 15:36:33 -06:00
increasing ProcessInvoker Timeout for github actions to pass
This commit is contained in:
parent
9916748826
commit
fa853835ed
@ -114,7 +114,7 @@ public class WorkloadContainerVerifications {
|
||||
"java", "-jar", JARNAME, shortName, BASIC_CHECK_IDENTIFIER, "host="+ hostIP, "localdc="+ datacenter, "port="+ mappedPort9042.toString(), "table=keyvalue", "keyspace=baselines"
|
||||
};
|
||||
logger.info("The final command line: " + String.join(" ", args));
|
||||
ProcessResult runSchemaResult = invoker.run("run-workload", 30, args);
|
||||
ProcessResult runSchemaResult = invoker.run("run-workload", 60, args);
|
||||
|
||||
|
||||
//STEP 2 Check runSchemaOut for errors
|
||||
|
Loading…
Reference in New Issue
Block a user