Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
in progress testing
  • Loading branch information
CarolynRountree committed Sep 15, 2022
commit 97b8191a79096969964514a1fe07a1e814ef65a4
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,7 @@ private boolean startAdminServer(String domainHome, Path outputFile) throws Exce
}

try {
Thread.sleep(60000);
Thread.sleep(120000);
String readinessCmd = "export no_proxy=localhost && curl -sw '%{http_code}' http://localhost:7001/weblogic/ready";
result = Runner.run(readinessCmd);
for (int i=0; i < 60; i++) {
Expand Down