()
| 525 | hq_env.command(["submit", "--cpus=2", "--priority=-1", "--", "sleep", "100"]) |
| 526 | |
| 527 | def check(): |
| 528 | table = list_jobs(hq_env) |
| 529 | return table.get_column_value("State") == ["RUNNING", "RUNNING", "WAITING", "WAITING", "RUNNING"] |
| 530 | |
| 531 | wait_until(check, timeout_s=5) |
| 532 |
nothing calls this directly
no test coverage detected