Skip to content

Commit

Permalink
fix: ttl too short
Browse files Browse the repository at this point in the history
  • Loading branch information
cjkoepke committed Nov 7, 2023
1 parent 4a72363 commit b0b38f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/taste-test/src/lib/contants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ export const FOLDING_FEE_ADA = 1_000_000n;
export const MIN_COMMITMENT_ADA = NODE_DEPOSIT_ADA + FOLDING_FEE_ADA;

export const TIME_TOLERANCE_MS =
process.env.NODE_ENV == "emulator" ? 0 : 100_000;
process.env.NODE_ENV == "emulator" ? 0 : 600_000;

0 comments on commit b0b38f8

Please sign in to comment.