Skip to content

Commit

Permalink
tests: increase e2e timout to account for flaky tests in GitHub actions
Browse files Browse the repository at this point in the history
Signed-off-by: Kostis Kapelonis <kostis@codefresh.io>
  • Loading branch information
kostis-codefresh committed Jan 20, 2025
1 parent 1fb1686 commit 319f6cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ const (

const (
SHORT_PERIOD = time.Second
MEDIUM_PERIOD = 5 * time.Second
LONG_PERIOD = 10 * time.Second
MEDIUM_PERIOD = 30 * time.Second
LONG_PERIOD = 60 * time.Second
)

var (
Expand Down

0 comments on commit 319f6cc

Please sign in to comment.