mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-25 03:08:27 +08:00
test/worker: adapt to priority API
This commit is contained in:
parent
5fb86af3a4
commit
f30d671359
@ -31,7 +31,7 @@ class WatchdogTimeoutInBuild(Experiment, AutoDB):
|
||||
|
||||
@asyncio.coroutine
|
||||
def _call_worker(worker, expid):
|
||||
yield from worker.prepare(0, "main", expid)
|
||||
yield from worker.prepare(0, "main", expid, 0)
|
||||
try:
|
||||
yield from worker.run()
|
||||
yield from worker.analyze()
|
||||
|
Loading…
Reference in New Issue
Block a user