We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0195ffc commit e2539dfCopy full SHA for e2539df
1 file changed
examples/acp-base/skip-evaluation/buyer.ts
@@ -70,7 +70,7 @@ async function buyer() {
70
"<your-schema-key-2>": "<your-schema-value-2>",
71
},
72
undefined, // evaluator address, undefined fallback to empty address - skip-evaluation
73
- new Date(Date.now() + 1000 * 60 * 3.1) // job expiry duration, minimum 3 minutes
+ new Date(Date.now() + 1000 * 60 * 5) // job expiry duration, minimum 5 minutes
74
);
75
76
console.log(`Job ${jobId} initiated`);
0 commit comments