Skip to content

Commit

Permalink
Bump timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkeating committed Jun 28, 2023
1 parent 970011d commit 7684e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/test/account-send.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -823,6 +823,6 @@ describe('clearHistory', () => {
expect(existingCount).toEqual(null);
expect(value).toEqual(null);
},
50000
60000
);
});

0 comments on commit 7684e99

Please sign in to comment.