Skip to content

Commit e4ccdd6

Browse files
committed
chore: restore timeout value
1 parent 909d557 commit e4ccdd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [ push, pull_request ]
55
jobs:
66
test:
77
runs-on: ubuntu-latest
8-
timeout-minutes: 45
8+
timeout-minutes: 15
99
steps:
1010
- uses: actions/checkout@v2
1111
- uses: actions/setup-node@v2.1.4

0 commit comments

Comments
 (0)