Commit 04d5f85
committed
test(perf): Drop pytest timeouts
They are remnant of when the performance tests were run without pytest
parameterization, meaning all test scenarios were run inside of the same
pytest test. This required large timeouts. Now with pytest
parameterization, the runtime of each test is at most 30s, which
conformtably fits into pytest's default timeout of 6min.
Signed-off-by: Patrick Roy <[email protected]>1 parent d304a01 commit 04d5f85
File tree
2 files changed
+0
-2
lines changed- tests/integration_tests/performance
2 files changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
142 | 141 | | |
143 | 142 | | |
144 | 143 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | 69 | | |
71 | 70 | | |
72 | 71 | | |
| |||
0 commit comments