Skip to content

Commit 4c52f3e

Browse files
committed
Add more timeout to network tests
1 parent 7095623 commit 4c52f3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Gren.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,6 +561,6 @@ describe('Gren', () => {
561561
done();
562562
})
563563
.catch(err => done(err));
564-
}).timeout(6000);
564+
}).timeout(10000);
565565
});
566566
});

0 commit comments

Comments
 (0)