Skip to content

Commit 12afb07

Browse files
test: increase workerpoolorder volume to prevent test failures
1 parent f699db5 commit 12afb07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lib/e2e/IExecOrderModule.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3004,7 +3004,7 @@ describe('estimateMatchOrders()', () => {
30043004
await sleep(1000);
30053005
workerpoolorderTemplate = await deployAndGetWorkerpoolorder(
30063006
iexecProvider,
3007-
{ volume: 5, workerpoolprice: 1 },
3007+
{ volume: 20, workerpoolprice: 1 },
30083008
);
30093009
});
30103010

0 commit comments

Comments
 (0)