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

Commit 6d077e8

Browse files
committed
Increase timeouts
1 parent 91ffaa4 commit 6d077e8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/integration/nmap.test.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ test(
66
const { categories, severities, count } = await scan(
77
"nmap-localhost",
88
"nmap",
9-
["localhost"]
9+
["localhost"],
10+
7 * 60
1011
);
1112

1213
expect(count).toBe(1);
@@ -21,5 +22,5 @@ test(
2122
}
2223
`);
2324
},
24-
5 * 60 * 1000
25+
10 * 60 * 1000
2526
);

0 commit comments

Comments
 (0)