Skip to content

Commit 61e2981

Browse files
admin-computingjoeferner
authored andcommitted
increase test timeout for amazon dependency case
1 parent c456995 commit 61e2981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ describe('maven', function() {
1818

1919
function testJson(jsonPath) {
2020
it('should pull the maven dependencies for ' + jsonPath, function(done) {
21-
this.timeout(60 * 1000);
21+
this.timeout(120 * 1000);
2222
var opts = {
2323
localRepository: localRepository,
2424
packageJsonPath: path.join(__dirname, jsonPath)

0 commit comments

Comments
 (0)