Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Commit

Permalink
increased timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
cedriking committed Sep 9, 2021
1 parent f08b906 commit 495401d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/__tests__/ardb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import ArdbBlock from '../models/block';
import ArdbTransaction from '../models/transaction';
import { LOGS } from '../utils/log';

jest.setTimeout(10000);

describe('USING ARWEAVE', () => {
let ardb: ArDB;
beforeAll(async () => {
Expand Down

0 comments on commit 495401d

Please sign in to comment.