Skip to content

Commit

Permalink
TTL of test based on load duration
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhwarrier committed Jan 25, 2024
1 parent 14165e0 commit a314ffe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ Load Config:
}

testEnvironment := environment.New(&environment.Config{
TTL: time.Hour * 24, // 1 day,
TTL: loadDuration + time.Hour*6,
NamespacePrefix: fmt.Sprintf(
"automation-%s-%s",
testType,
Expand Down

0 comments on commit a314ffe

Please sign in to comment.