Submitter | Katsunori FUJIWARA |
---|---|
Date | Oct. 8, 2018, 5:34 p.m. |
Message ID | <ecf28733d6b95c39068d.1539020077@blacknile> |
Download | mbox | patch |
Permalink | /patch/35550/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/tests/test-pending.t b/tests/test-pending.t --- a/tests/test-pending.t +++ b/tests/test-pending.t @@ -50,7 +50,7 @@ python hook > f = open(fpath, 'w') > f.close() > # wait for ack - caller should delete the notify file - > i = $maxwait + > i = int("$maxwait") > while os.path.exists(fpath) and i > 0: > time.sleep(1) > i -= 1