From 8e95ba74b25c49ad1083863646296cfa4a8cac79 Mon Sep 17 00:00:00 2001 From: Max Andreev Date: Tue, 04 Apr 2023 13:00:11 +0000 Subject: [PATCH] Increase timeout for collator-selection tests --- --- a/tests/package.json +++ b/tests/package.json @@ -101,9 +101,8 @@ "testRPC": "yarn _test ./**/rpc.test.ts", "testPromotion": "yarn _test ./**/appPromotion/*test.ts", "testApiConsts": "yarn _test ./**/apiConsts.test.ts", - - "testCollators": "RUN_COLLATOR_TESTS=1 yarn _test ./**/collator-selection/**.*test.ts", - "testCollatorSelection": "RUN_COLLATOR_TESTS=1 yarn _test ./**/collatorSelection.*test.ts", + "testCollators": "RUN_COLLATOR_TESTS=1 yarn _test ./**/collator-selection/**.*test.ts --timeout 49999999", + "testCollatorSelection": "RUN_COLLATOR_TESTS=1 yarn _test ./**/collatorSelection.*test.ts --timeout 49999999", "testIdentity": "RUN_COLLATOR_TESTS=1 yarn _test ./**/identity.*test.ts", "testXcmUnique": "RUN_XCM_TESTS=1 yarn _test ./**/xcm/xcmUnique.test.ts", "testXcmQuartz": "RUN_XCM_TESTS=1 yarn _test ./**/xcm/xcmQuartz.test.ts", -- gitstuff