git.delta.rocks / unique-network / refs/commits / 94baf8566003

difftreelog

fix scheduler playgrounds

Daniel Shiposha2022-10-20parent: #1013238.patch.diff
in: master

2 files changed

modifiedtests/src/util/playgrounds/unique.dev.tsdiffbeforeafterboth
--- a/tests/src/util/playgrounds/unique.dev.ts
+++ b/tests/src/util/playgrounds/unique.dev.ts
@@ -308,7 +308,7 @@
     await this.helper.wait.noScheduledTasks();
 
     function makeId(slider: number) {
-      const scheduledIdSize = 32;
+      const scheduledIdSize = 64;
       const hexId = slider.toString(16);
       const prefixSize = scheduledIdSize - hexId.length;
 
modifiedtests/src/util/playgrounds/unique.tsdiffbeforeafterboth
2809 this.blocksNum,2809 this.blocksNum,
2810 this.options.periodic ? [this.options.periodic.period, this.options.periodic.repetitions] : null,2810 this.options.periodic ? [this.options.periodic.period, this.options.periodic.repetitions] : null,
2811 this.options.priority ?? null,2811 this.options.priority ?? null,
2812 {Value: scheduledTx},2812 scheduledTx,
2813 ],2813 ],
2814 expectSuccess,2814 expectSuccess,
2815 );2815 );