Skip to content

Commit

Permalink
Change duration of job in test
Browse files Browse the repository at this point in the history
  • Loading branch information
grohli committed Oct 31, 2024
1 parent f5fe7fb commit 9f6d876
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class BatchClientSuite extends TestNGSuite {
always_run = false,
process = BashJob(
image = "ubuntu:22.04",
command = Array("/bin/bash", "-c", "sleep 1d"),
command = Array("/bin/bash", "-c", "sleep 5m"),
),
resources = Some(JobResources(preemptible = true)),
),
Expand Down

0 comments on commit 9f6d876

Please sign in to comment.