Skip to content

Commit c1b99fe

Browse files
committed
Change timeout
Signed-off-by: asmijafar20 <asmijafar.20@gmail.com>
1 parent 58e97c3 commit c1b99fe

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)