File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 4646 run : echo "[Evergreen Task](${{ github.event.inputs.evergreen_task_url }})" >> $GITHUB_STEP_SUMMARY
4747 test :
4848 name : ${{ matrix.package }} test ${{ matrix.test }} (${{ matrix.hadron-distribution }})
49- timeout-minutes : 30
49+ # Windows specifically takes A TON of time to bootstrap itself before being
50+ # able to run tests, so we're setting the timeout pretty high to account for
51+ # that
52+ timeout-minutes : 60
5053 strategy :
5154 fail-fast : false
5255 matrix :
@@ -174,7 +177,7 @@ jobs:
174177 runs-on : ${{ matrix.runs-on }}
175178 container : ${{ matrix.container }}
176179 env :
177- DEBUG : compass:smoketests:*
180+ DEBUG : compass:smoketests:*,compass-e2e-tests:*
178181 steps :
179182 - name : Checkout
180183 uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments