git.delta.rocks / unique-network / refs/commits / 8e95ba74b25c

difftreelog

Increase timeout for collator-selection tests

Max Andreev2023-04-04parent: #af062f9.patch.diff
in: master

1 file changed

modifiedtests/package.jsondiffbeforeafterboth
102 "testPromotion": "yarn _test ./**/appPromotion/*test.ts",102 "testPromotion": "yarn _test ./**/appPromotion/*test.ts",
103 "testApiConsts": "yarn _test ./**/apiConsts.test.ts",103 "testApiConsts": "yarn _test ./**/apiConsts.test.ts",
104
105 "testCollators": "RUN_COLLATOR_TESTS=1 yarn _test ./**/collator-selection/**.*test.ts",104 "testCollators": "RUN_COLLATOR_TESTS=1 yarn _test ./**/collator-selection/**.*test.ts --timeout 49999999",
106 "testCollatorSelection": "RUN_COLLATOR_TESTS=1 yarn _test ./**/collatorSelection.*test.ts",105 "testCollatorSelection": "RUN_COLLATOR_TESTS=1 yarn _test ./**/collatorSelection.*test.ts --timeout 49999999",
107 "testIdentity": "RUN_COLLATOR_TESTS=1 yarn _test ./**/identity.*test.ts",106 "testIdentity": "RUN_COLLATOR_TESTS=1 yarn _test ./**/identity.*test.ts",
108 "testXcmUnique": "RUN_XCM_TESTS=1 yarn _test ./**/xcm/xcmUnique.test.ts",107 "testXcmUnique": "RUN_XCM_TESTS=1 yarn _test ./**/xcm/xcmUnique.test.ts",
109 "testXcmQuartz": "RUN_XCM_TESTS=1 yarn _test ./**/xcm/xcmQuartz.test.ts",108 "testXcmQuartz": "RUN_XCM_TESTS=1 yarn _test ./**/xcm/xcmQuartz.test.ts",