Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 340f852

Browse files
committed
Increaes kube-hunter integration test timeout
1 parent 4eab9c5 commit 340f852

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/kube-hunter.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ test(
77
"kube-hunter-in-cluster",
88
"kube-hunter",
99
["--pod"],
10-
120
10+
4 * 60
1111
);
1212

1313
expect(count).toBe(5);
@@ -24,5 +24,5 @@ test(
2424
}
2525
`);
2626
},
27-
3 * 60 * 1000
27+
5 * 60 * 1000
2828
);

0 commit comments

Comments
 (0)