Skip to content

Commit

Permalink
increased timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
kafkasl committed Apr 22, 2022
1 parent b65c6ad commit c60b133
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 50 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const createNewStep = (context, step, stepArgs) => {
Resource: activityArn,
ResultPath: null,
TimeoutSeconds: 10800,
HeartbeatSeconds: 90,
HeartbeatSeconds: 300,
Parameters: params,
...!step.End && { Next: step.XNextOnCatch || step.Next },
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ Array [
"States": Object {
"CellSizeDistributionFilter": Object {
"End": true,
"HeartbeatSeconds": 90,
"HeartbeatSeconds": 300,
"Parameters": Object {
"config": Object {},
"experimentId": "testExperimentId",
Expand Down Expand Up @@ -244,7 +244,7 @@ Array [
"States": Object {
"ClassifierFilter": Object {
"End": true,
"HeartbeatSeconds": 90,
"HeartbeatSeconds": 300,
"Parameters": Object {
"config": Object {},
"experimentId": "testExperimentId",
Expand All @@ -266,7 +266,7 @@ Array [
"Type": "Map",
},
"ConfigureEmbedding": Object {
"HeartbeatSeconds": 90,
"HeartbeatSeconds": 300,
"Next": "EndOfPipeline",
"Parameters": Object {
"config": Object {},
Expand All @@ -283,7 +283,7 @@ Array [
"Type": "Task",
},
"DataIntegration": Object {
"HeartbeatSeconds": 90,
"HeartbeatSeconds": 300,
"Next": "ConfigureEmbedding",
"Parameters": Object {
"config": Object {},
Expand All @@ -306,7 +306,7 @@ Array [
"States": Object {
"DoubletScoresFilter": Object {
"End": true,
"HeartbeatSeconds": 90,
"HeartbeatSeconds": 300,
"Parameters": Object {
"config": Object {
"oneSample": Object {
Expand Down Expand Up @@ -354,7 +354,7 @@ Array [
"States": Object {
"MitochondrialContentFilter": Object {
"End": true,
"HeartbeatSeconds": 90,
"HeartbeatSeconds": 300,
"Parameters": Object {
"config": Object {},
"experimentId": "testExperimentId",
Expand Down Expand Up @@ -382,7 +382,7 @@ Array [
"States": Object {
"NumGenesVsNumUmisFilter": Object {
"End": true,
"HeartbeatSeconds": 90,
"HeartbeatSeconds": 300,
"Parameters": Object {
"config": Object {},
"experimentId": "testExperimentId",
Expand Down
Loading

0 comments on commit c60b133

Please sign in to comment.