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

Commit 9717eb8

Browse files
committed
Reduce timeouts as increasing it didn't help
1 parent 8aa94f8 commit 9717eb8

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

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

0 commit comments

Comments
 (0)