Skip to content

Commit

Permalink
Merge pull request #2449 from sundersc/gsi-2k-increase-timeout
Browse files Browse the repository at this point in the history
chore(api): increase gsi e2e test timeout to 45 minutes
  • Loading branch information
sundersc committed Apr 11, 2024
2 parents 7a50362 + a004b23 commit cd20897
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {
API_POST_PROCESSOR_SET_PROVISIONED_THROUGHPUT_TWO_GSIS,
COUNT_100_THOUSAND,
DURATION_30_MINUTES,
DURATION_45_MINUTES,
MUTATION_FOUR_FIELD_CREATE,
SCHEMA_FOUR_FIELDS_FINAL_TWO_INDEXED,
SCHEMA_FOUR_FIELDS_INITIAL_TWO_INDEXED,
Expand All @@ -10,7 +10,7 @@ import { recordCountDataProvider, recordCountDataValidator, testManagedTableDepl

testManagedTableDeployment({
name: 'Replace 2 GSIs updated w/ attr update - 100k Records',
maxDeployDurationMs: DURATION_30_MINUTES,
maxDeployDurationMs: DURATION_45_MINUTES,
initialSchema: SCHEMA_FOUR_FIELDS_INITIAL_TWO_INDEXED,
updatedSchema: SCHEMA_FOUR_FIELDS_FINAL_TWO_INDEXED,
dataSetup: recordCountDataProvider(COUNT_100_THOUSAND, MUTATION_FOUR_FIELD_CREATE),
Expand Down

0 comments on commit cd20897

Please sign in to comment.