Skip to content

Commit

Permalink
revert times
Browse files Browse the repository at this point in the history
  • Loading branch information
tedim52 committed Aug 10, 2024
1 parent 470c61f commit 2c489e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const (
logLine3 = "Starting feature 'enclave pool with size 2'"
logLine4 = "The data have being loaded"

secondsToWaitForLogs = 2 * time.Second
secondsToWaitForLogs = 1 * time.Second
)

var (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const (
thirdLogLine = "running"
lastLogLine = "successfully"

secondsToWaitForLogs = 2 * time.Second
secondsToWaitForLogs = 1 * time.Second
)

var (
Expand Down

0 comments on commit 2c489e2

Please sign in to comment.