Skip to content

Commit

Permalink
chore(api): increase gsi e2e test timeout to 45 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
sundersc committed Apr 11, 2024
1 parent aa7de30 commit a004b23
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 a004b23

Please sign in to comment.