Skip to content

Commit

Permalink
e2e: increase e2e timeout to 18 min (#4762)
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshkumarashok authored Aug 2, 2024
1 parent 4ad311d commit ab938f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var (
SubscriptionID = lookupEnvWithDefaultString("SUBSCRIPTION_ID", "8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8")
TagsToRun = os.Getenv("TAGS_TO_RUN")
TagsToSkip = os.Getenv("TAGS_TO_SKIP")
TestTimeout = lookupEnvWithDefaultDuration("TEST_TIMEOUT", 12*time.Minute)
TestTimeout = lookupEnvWithDefaultDuration("TEST_TIMEOUT", 18*time.Minute)
E2ELoggingDir = lookupEnvWithDefaultString("LOGGING_DIR", "scenario-logs")
)

Expand Down

0 comments on commit ab938f5

Please sign in to comment.