Skip to content

Commit 7afba96

Browse files
committed
Increase test timeout for frontend tests to prevent failures
1 parent fc5fbed commit 7afba96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
working-directory: apps/frontend
7777

7878
- name: Test frontend
79-
run: npm run test
79+
run: npm run test -- --testTimeout=30000
8080
working-directory: apps/frontend
8181

8282
- name: Test matterbridge

0 commit comments

Comments
 (0)