Skip to content

Commit 421e1b2

Browse files
committed
Fix flaky test
1 parent 9732186 commit 421e1b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_coupling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def test_coupling_alloc1(hq_env: HqEnv):
6262
args=["--coupling=cpus,foo", "--resource=ddd=sum(123)", "--resource=foo=[[10,20,30,40],[50,60,70,80]]"],
6363
)
6464

65-
wait_for_job_state(hq_env, 1, "FINISHED")
65+
wait_for_job_state(hq_env, [1, 2], "FINISHED")
6666

6767
def get_groups(data):
6868
cpus, foos = (x.split(",") for x in data.rstrip().split(";"))

0 commit comments

Comments
 (0)