Commit d5cfc3d
committed
Add workflow timeouts and stop pre-existing tracing
Set timeout-minutes on CI steps to avoid long-running/hung jobs (10m for integration test, 5m for report generation). In the sample test, call Context.Tracing.StopAsync() before starting tracing to ensure any leftover tracing from previous runs doesn't interfere with the new trace run. Modified .github/workflows/motus-ci.yml and samples/Motus.Samples/Tests/TraceCaptureSampleTest.cs.1 parent 29dc97a commit d5cfc3d
2 files changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| 111 | + | |
111 | 112 | | |
112 | 113 | | |
113 | 114 | | |
| |||
126 | 127 | | |
127 | 128 | | |
128 | 129 | | |
| 130 | + | |
129 | 131 | | |
130 | 132 | | |
131 | 133 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
| |||
0 commit comments