Skip to content

Commit

Permalink
increasing the timeout for jest test
Browse files Browse the repository at this point in the history
  • Loading branch information
kalwalt committed Nov 6, 2024
1 parent 52e43a5 commit c94736c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/NFTMarkerCreator.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ test("NFTMarkerCreator should process the image", (done) => {
expect(stdout).toContain("Create NFT Dataset complete...");
done();
});
}, 50000);
}, 100000);

0 comments on commit c94736c

Please sign in to comment.