Skip to content

Commit fbb95a5

Browse files
author
Vasileios Karakasis
authored
Merge pull request #2538 from vkarak/bugfix/pollrate-serial-policy
[bugfix] Snooze between polls in serial policy
2 parents 577dd9e + 2a2352f commit fbb95a5

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)