We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9732186 commit 421e1b2Copy full SHA for 421e1b2
1 file changed
tests/test_coupling.py
@@ -62,7 +62,7 @@ def test_coupling_alloc1(hq_env: HqEnv):
62
args=["--coupling=cpus,foo", "--resource=ddd=sum(123)", "--resource=foo=[[10,20,30,40],[50,60,70,80]]"],
63
)
64
65
- wait_for_job_state(hq_env, 1, "FINISHED")
+ wait_for_job_state(hq_env, [1, 2], "FINISHED")
66
67
def get_groups(data):
68
cpus, foos = (x.split(",") for x in data.rstrip().split(";"))
0 commit comments