Skip to content

Commit 014b088

Browse files
committed
Add a timeout to e2e tests
Signed-off-by: Damien DASSIEU <[email protected]>
1 parent a5d4859 commit 014b088

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test-e2e.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@ name: E2E Tests
33
on:
44
pull_request:
55
branches: [ "main" ]
6-
push:
7-
branches: [ "main" ]
86

97
jobs:
108
test-e2e:
119
name: Run on Ubuntu
1210
runs-on: ubuntu-latest
11+
timeout-minutes: 20
1312
steps:
1413
- name: Clone the code
1514
uses: actions/checkout@v4

0 commit comments

Comments
 (0)