Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
Increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ipcrm committed Sep 7, 2019
1 parent c8be71e commit f4fd1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/support/util.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,6 @@ describe("util", () => {
redactObjectProperty(t, "b", "new value");
assert(t[Object.keys(t)[0]].b === "new value");
assert(t[Object.keys(t)[0]].c.b === "new value");
}).timeout(2000);
}).timeout(4000);
});
});

0 comments on commit f4fd1b7

Please sign in to comment.