mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
Merge pull request #1145 from nosqlbench/my-nosqlbench-948-testcontainers-v2
Timeout correction for GHA on nosqlbench #948 testcontainers
This commit is contained in:
commit
b4512f10eb
@ -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