| 
89 | 89 |       - name: Check source  | 
90 | 90 |         env:  | 
91 | 91 |           VALGRIND: 0  | 
92 |  | -          PYTEST_OPTS: --timeout=1200  | 
 | 92 | +          PYTEST_OPTS: --timeout=1200 --durations=10  | 
93 | 93 |         run: |  | 
94 | 94 |           uv run make check-source BASE_REF="origin/${{ github.base_ref }}"  | 
95 | 95 |       - name: Check Generated Files have been updated  | 
@@ -241,7 +241,7 @@ jobs:  | 
241 | 241 |     timeout-minutes: 120  | 
242 | 242 |     env:  | 
243 | 243 |       RUST_PROFILE: release # Has to match the one in the compile step  | 
244 |  | -      PYTEST_OPTS: --timeout=1200  | 
 | 244 | +      PYTEST_OPTS: --timeout=1200 --durations=10  | 
245 | 245 |     needs:  | 
246 | 246 |       - compile  | 
247 | 247 |     strategy:  | 
@@ -350,7 +350,7 @@ jobs:  | 
350 | 350 |     env:  | 
351 | 351 |       RUST_PROFILE: release # Has to match the one in the compile step  | 
352 | 352 |       CFG: compile-gcc  | 
353 |  | -      PYTEST_OPTS: --test-group-random-seed=42 --timeout=1800  | 
 | 353 | +      PYTEST_OPTS: --test-group-random-seed=42 --timeout=1800 --durations=10  | 
354 | 354 |     needs:  | 
355 | 355 |       - compile  | 
356 | 356 |     strategy:  | 
@@ -421,7 +421,7 @@ jobs:  | 
421 | 421 |       RUST_PROFILE: release  | 
422 | 422 |       SLOW_MACHINE: 1  | 
423 | 423 |       TEST_DEBUG: 1  | 
424 |  | -      PYTEST_OPTS: --test-group-random-seed=42 --timeout=1800  | 
 | 424 | +      PYTEST_OPTS: --test-group-random-seed=42 --timeout=1800 --durations=10  | 
425 | 425 |     needs:  | 
426 | 426 |       - compile  | 
427 | 427 |     strategy:  | 
@@ -489,7 +489,7 @@ jobs:  | 
489 | 489 |     env:  | 
490 | 490 |       VALGRIND: 0  | 
491 | 491 |       GENERATE_EXAMPLES: 1  | 
492 |  | -      PYTEST_OPTS: --timeout=1200  | 
 | 492 | +      PYTEST_OPTS: --timeout=1200 --durations=10  | 
493 | 493 |       TEST_NETWORK: regtest  | 
494 | 494 |     needs:  | 
495 | 495 |       - compile  | 
@@ -528,7 +528,7 @@ jobs:  | 
528 | 528 |     timeout-minutes: 120  | 
529 | 529 |     env:  | 
530 | 530 |       RUST_PROFILE: release # Has to match the one in the compile step  | 
531 |  | -      PYTEST_OPTS: --timeout=1200  | 
 | 531 | +      PYTEST_OPTS: --timeout=1200 --durations=10  | 
532 | 532 |     needs:  | 
533 | 533 |       - compile  | 
534 | 534 |     strategy:  | 
 | 
0 commit comments