Skip to content

Commit 2f39b0b

Browse files
committed
test: increase timeout
1 parent df52421 commit 2f39b0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test.html.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ describe("pokedex", function () {
2121
cache: false,
2222
cacheImages: false
2323
});
24-
this.timeout(2000);
24+
this.timeout(5000);
2525

2626
describe(".resource(Mixed: array)", function () {
2727
it("should have property name", function () {

0 commit comments

Comments
 (0)