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

Commit 0bc3ba4

Browse files
committed
Increase kube-hunter integration test timeout even more
1 parent 2bc731a commit 0bc3ba4

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-
4 * 60
10+
10 * 60
1111
);
1212

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

0 commit comments

Comments
 (0)