Commit a6c6e56
authored
Fix random timeout in test_thread_join_during_finalizers on Windows (ruby#16650)
Reduce the number of spawned processes from 50 to 20 and increase the
timeout from 30s to 60s. Process creation is expensive on Windows, and
the combination caused the test to exceed the 30s limit on Windows CI.1 parent 1d98daa commit a6c6e56
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1667 | 1667 | | |
1668 | 1668 | | |
1669 | 1669 | | |
1670 | | - | |
| 1670 | + | |
1671 | 1671 | | |
1672 | 1672 | | |
1673 | 1673 | | |
| |||
1690 | 1690 | | |
1691 | 1691 | | |
1692 | 1692 | | |
1693 | | - | |
| 1693 | + | |
1694 | 1694 | | |
1695 | 1695 | | |
1696 | 1696 | | |
| |||
0 commit comments