|
31 | 31 | - name: Tests
|
32 | 32 | run: |
|
33 | 33 | go install github.com/jstemmer/go-junit-report/v2@latest
|
34 |
| - go test -short -timeout 120s -race -count 1 -v ./... 2>&1 | go-junit-report -set-exit-code -iocopy -out "${{ github.workspace }}/report.xml" |
| 34 | + go test -short -timeout 240s -race -count 1 -v ./... 2>&1 | go-junit-report -set-exit-code -iocopy -out "${{ github.workspace }}/report.xml" |
35 | 35 |
|
36 | 36 | - name: Test Summary
|
37 | 37 | uses: test-summary/action@v2
|
|
65 | 65 | - name: Tests
|
66 | 66 | run: |
|
67 | 67 | go install github.com/jstemmer/go-junit-report/v2@latest
|
68 |
| - go test -timeout 120s -race -count 1 -v github.com/cschleiden/go-workflows/backend/redis 2>&1 | go-junit-report -set-exit-code -iocopy -out "${{ github.workspace }}/report.xml" |
| 68 | + go test -timeout 240s -race -count 1 -v github.com/cschleiden/go-workflows/backend/redis 2>&1 | go-junit-report -set-exit-code -iocopy -out "${{ github.workspace }}/report.xml" |
69 | 69 |
|
70 | 70 | - name: Test Summary
|
71 | 71 | uses: test-summary/action@v2
|
@@ -94,11 +94,11 @@ jobs:
|
94 | 94 |
|
95 | 95 | - name: Tests (sqlite)
|
96 | 96 | run: |
|
97 |
| - go test -timeout 120s -race -count 1 -v github.com/cschleiden/go-workflows/backend/sqlite 2>&1 | go-junit-report -set-exit-code -iocopy -out "${{ github.workspace }}/report.xml" |
| 97 | + go test -timeout 240s -race -count 1 -v github.com/cschleiden/go-workflows/backend/sqlite 2>&1 | go-junit-report -set-exit-code -iocopy -out "${{ github.workspace }}/report.xml" |
98 | 98 |
|
99 | 99 | - name: Tests (monoprocess backend)
|
100 | 100 | run: |
|
101 |
| - go test -timeout 120s -race -count 1 -v github.com/cschleiden/go-workflows/backend/monoprocess 2>&1 | go-junit-report -set-exit-code -iocopy -out "${{ github.workspace }}/report.xml" |
| 101 | + go test -timeout 240s -race -count 1 -v github.com/cschleiden/go-workflows/backend/monoprocess 2>&1 | go-junit-report -set-exit-code -iocopy -out "${{ github.workspace }}/report.xml" |
102 | 102 |
|
103 | 103 | - name: Test Summary
|
104 | 104 | uses: test-summary/action@v2
|
@@ -127,7 +127,7 @@ jobs:
|
127 | 127 | - name: Tests
|
128 | 128 | run: |
|
129 | 129 | go install github.com/jstemmer/go-junit-report/v2@latest
|
130 |
| - go test -timeout 120s -race -count 1 -v github.com/cschleiden/go-workflows/backend/mysql 2>&1 | go-junit-report -set-exit-code -iocopy -out "${{ github.workspace }}/report.xml" |
| 130 | + go test -timeout 240s -race -count 1 -v github.com/cschleiden/go-workflows/backend/mysql 2>&1 | go-junit-report -set-exit-code -iocopy -out "${{ github.workspace }}/report.xml" |
131 | 131 |
|
132 | 132 | - name: Test Summary
|
133 | 133 | uses: test-summary/action@v2
|
|
0 commit comments