Skip to content

Commit e0a46a0

Browse files
committed
Merge branch 'main' into feat/lambda-support
2 parents 78df1c0 + 56b1cea commit e0a46a0

15 files changed

Lines changed: 1125 additions & 361 deletions

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ env:
2929
jobs:
3030
test-matrix:
3131
runs-on: ubuntu-latest
32+
# Backstop: a hung multiprocessing worker (e.g. during a pickle regression)
33+
# should not block CI longer than this.
34+
timeout-minutes: 30
3235
strategy:
3336
fail-fast: false
3437
matrix:

0 commit comments

Comments
 (0)