Commit 8d1c120
no_sleep: don't flag infinity timeout
Summary:
Infinity sleeps are usually done to keep some auxiliary process alive. They also never slow down test - if they were actually blocking for the test, the test would be broken.
There's little value in flagging and linting those.
Reviewed By: ilya-klyuchnikov
Differential Revision: D85987359
fbshipit-source-id: 3691d9c4bae56e93dfc9a526c73136364a75dc701 parent ff680df commit 8d1c120
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
439 | 439 | | |
440 | 440 | | |
441 | 441 | | |
| 442 | + | |
442 | 443 | | |
443 | | - | |
| 444 | + | |
444 | 445 | | |
445 | 446 | | |
446 | 447 | | |
| |||
561 | 562 | | |
562 | 563 | | |
563 | 564 | | |
| 565 | + | |
564 | 566 | | |
565 | 567 | | |
566 | 568 | | |
| |||
0 commit comments