From daa4a2ec4e944976efb4f1b699269746c654c8c5 Mon Sep 17 00:00:00 2001 From: grohli <22306963+grohli@users.noreply.github.com> Date: Thu, 31 Oct 2024 11:29:25 -0400 Subject: [PATCH] Change duration of job in test --- hail/src/test/scala/is/hail/services/BatchClientSuite.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hail/src/test/scala/is/hail/services/BatchClientSuite.scala b/hail/src/test/scala/is/hail/services/BatchClientSuite.scala index 04b69e0997c..079870efce2 100644 --- a/hail/src/test/scala/is/hail/services/BatchClientSuite.scala +++ b/hail/src/test/scala/is/hail/services/BatchClientSuite.scala @@ -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)), ),