We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e214b1f commit 2aa519bCopy full SHA for 2aa519b
qa/packaging/src/test/java/org/elasticsearch/packaging/util/docker/Docker.java
@@ -187,7 +187,7 @@ public static void waitForElasticsearchToStart() {
187
Thread.sleep(STARTUP_SLEEP_INTERVAL_MILLISECONDS);
188
189
// Set COLUMNS so that `ps` doesn't truncate its output
190
- psOutput = dockerShell.run("bash -c 'COLUMNS=4000 ps ax'").stdout();
+ psOutput = dockerShell.run("bash -c 'COLUMNS=5000 ps ax'").stdout();
191
192
if (psOutput.contains("org.elasticsearch.bootstrap.Elasticsearch")) {
193
isElasticsearchRunning = true;
0 commit comments