Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
fix: test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Orie Steele committed Sep 16, 2019
1 parent dc929ac commit ac34551
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const anchorFile2 = {
didUniqueSuffixes: ['XRO_nAwc19U1pusMn5PXd_5iY6ATvCyeuFU-bO0XUkI'],
};

jest.setTimeout(10 * 1000);
jest.setTimeout(20 * 1000);

describe('StorageManager', () => {
let storage;
Expand Down

0 comments on commit ac34551

Please sign in to comment.