Skip to content

Commit

Permalink
CI: MSVC Backtrace to Hang
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Sep 19, 2024
1 parent 7a64cc2 commit 4801c99
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,11 @@ jobs:
run: |
$env:PATH += ';C:/Program Files (x86)/WarpX/bin/'
python3 Examples/Tests/gaussian_beam/inputs_test_3d_gaussian_beam_picmi.py
Start-ThreadJob -Name "test" -ScriptBlock { python3 Examples/Tests/gaussian_beam/inputs_test_3d_gaussian_beam_picmi.py }
Start-Sleep -Seconds 20
Stop-Job -Name "test"
cat Backtrace.0
# JSON writes are currently very slow (50min) with MSVC
# --diagformat=openpmd

Expand Down

0 comments on commit 4801c99

Please sign in to comment.