Skip to content

Commit

Permalink
and another timeout increase
Browse files Browse the repository at this point in the history
  • Loading branch information
dbolotin committed Sep 7, 2024
1 parent e436f9d commit 7d5ec84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/src/wf.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ blockTest(

blockTest(
'simple project',
{ timeout: 30000 },
{ timeout: 35000 },
async ({ rawPrj: project, ml, helpers, expect }) => {
const sndBlockId = await project.addBlock('Samples & Data', samplesAndDataBlockSpec);
const clonotypingBlockId = await project.addBlock('MiXCR Clonotyping', myBlockSpec);
Expand Down Expand Up @@ -135,7 +135,7 @@ blockTest(
await project.runBlock(clonotypingBlockId);
const clonotypingStableState3 = (await helpers.awaitBlockDoneAndGetStableBlockState(

Check failure on line 136 in test/src/wf.test.ts

View workflow job for this annotation

GitHub Actions / run / unified (build test publish)

src/wf.test.ts > simple project

Error: Aborted while awaiting block done. ❯ awaitBlockDone ../node_modules/.pnpm/@milaboratory[email protected]_@[email protected]_@[email protected]/node_modules/@milaboratory/sdk-test/src/test-block.ts:83:13 ❯ Object.awaitBlockDoneAndGetStableBlockState ../node_modules/.pnpm/@milaboratory[email protected]_@[email protected]_@[email protected]/node_modules/@milaboratory/sdk-test/src/test-block.ts:144:9 ❯ src/wf.test.ts:136:38 Caused by: Caused by: AbortError: aborted ❯ EventTarget.abortCb ../node_modules/.pnpm/@milaboratory[email protected]/node_modules/@milaboratory/computable/src/hierarchical_watcher.ts:97:15 Caused by: Caused by: TimeoutError: The operation was aborted due to timeout ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 23, INDEX_SIZE_ERR: 1, DOMSTRING_SIZE_ERR: 2, HIERARCHY_REQUEST_ERR: 3, WRONG_DOCUMENT_ERR: 4, INVALID_CHARACTER_ERR: 5, NO_DATA_ALLOWED_ERR: 6, NO_MODIFICATION_ALLOWED_ERR: 7, NOT_FOUND_ERR: 8, NOT_SUPPORTED_ERR: 9, INUSE_ATTRIBUTE_ERR: 10, INVALID_STATE_ERR: 11, SYNTAX_ERR: 12, INVALID_MODIFICATION_ERR: 13, NAMESPACE_ERR: 14, INVALID_ACCESS_ERR: 15, VALIDATION_ERR: 16, TYPE_MISMATCH_ERR: 17, SECURITY_ERR: 18, NETWORK_ERR: 19, ABORT_ERR: 20, URL_MISMATCH_ERR: 21, QUOTA_EXCEEDED_ERR: 22, TIMEOUT_ERR: 23, INVALID_NODE_TYPE_ERR: 24, DATA_CLONE_ERR: 25 }
clonotypingBlockId,
15000
20000
)) as InferBlockState<typeof platforma>;
const outputs3 = wrapOutputs<BlockOutputs>(clonotypingStableState3.outputs);

Expand Down

0 comments on commit 7d5ec84

Please sign in to comment.