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 Nov 5, 2024
1 parent 06c57e5 commit daa4a2e
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 daa4a2e

Please sign in to comment.