Commit b72df7b
authored
Increase scheduler loop sleep in dag.test for executors (#58739)
If we are using a real executor, those often make some requests or describe
calls to an external service to track the progress of the running tasks.
Doing that every 1s is way too aggressive, especially given that these are
just tests.1 parent da9bb78 commit b72df7b
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1316 | 1316 | | |
1317 | 1317 | | |
1318 | 1318 | | |
1319 | | - | |
| 1319 | + | |
| 1320 | + | |
| 1321 | + | |
| 1322 | + | |
| 1323 | + | |
| 1324 | + | |
| 1325 | + | |
1320 | 1326 | | |
1321 | 1327 | | |
1322 | 1328 | | |
| |||
0 commit comments