Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Andyz26 committed Oct 4, 2024
1 parent db6ea51 commit beecab1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ public void testQuickSubmitJob() throws IOException, InterruptedException {
}

// test sse
Thread.sleep(Duration.ofSeconds(5).toMillis());
String cmd = "curl -N -H \"Accept: text/event-stream\" \"localhost:5055\" & sleep 3; kill $!";
Container.ExecResult lsResult = agent0.execInContainer("bash", "-c", cmd);
String stdout = lsResult.getStdout();
Expand Down

0 comments on commit beecab1

Please sign in to comment.