Skip to content

Commit

Permalink
set timeout to 57000 ms
Browse files Browse the repository at this point in the history
  • Loading branch information
kalwalt committed Nov 6, 2024
1 parent f8dae94 commit 2f6a489
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 @@ -11,4 +11,4 @@ test("NFTMarkerCreator should process the image", (done) => {
expect(stdout).toContain("Create NFT Dataset complete...");
done();
});
}, 100000);
}, 57000);

0 comments on commit 2f6a489

Please sign in to comment.