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 46
46
run : echo "[Evergreen Task](${{ github.event.inputs.evergreen_task_url }})" >> $GITHUB_STEP_SUMMARY
47
47
test :
48
48
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
50
53
strategy :
51
54
fail-fast : false
52
55
matrix :
@@ -174,7 +177,7 @@ jobs:
174
177
runs-on : ${{ matrix.runs-on }}
175
178
container : ${{ matrix.container }}
176
179
env :
177
- DEBUG : compass:smoketests:*
180
+ DEBUG : compass:smoketests:*,compass-e2e-tests:*
178
181
steps :
179
182
- name : Checkout
180
183
uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments