Skip to content

Commit 2a2352f

Browse files
author
Vasileios Karakasis
committed
Snooze between polls in serial policy
1 parent 577dd9e commit 2a2352f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

reframe/frontend/executors/policies.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ def runcase(self, case):
132132
if task.run_complete():
133133
break
134134

135+
self._pollctl.snooze()
136+
135137
task.run_wait()
136138
if not self.skip_sanity_check:
137139
task.sanity()

0 commit comments

Comments
 (0)