Skip to content

Commit 7c0c080

Browse files
committed
Change timeout
1 parent 6372008 commit 7c0c080

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ on:
1616
jobs:
1717
build:
1818
runs-on: ubuntu-latest
19-
timeout-minutes: 5
2019
steps:
2120
- uses: actions/checkout@v2
2221
- name: install k8s
@@ -25,6 +24,9 @@ jobs:
2524
cat /etc/rancher/k3s/k3s.yaml
2625
mkdir -p ~/.kube
2726
cp /etc/rancher/k3s/k3s.yaml ~/.kube/config
27+
28+
29+
2830
- name: Kubernetes services tests
2931
run: |
3032
cd ./code/scripts/setup/system/services/

0 commit comments

Comments
 (0)