Skip to content

Commit

Permalink
chore: increase the stabilization delay
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Turrado <[email protected]>
  • Loading branch information
JorTurFer committed Oct 30, 2023
1 parent 1c0b0cc commit 2329265
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test-scaledobject.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ export function setup() {
15,
);

// Wait a minute to stabilizate prometheus metrics before the test
sleep(60);
// Wait 3 minutes to stabilizate prometheus metrics before the test
sleep(180);
console.log(`Starting test`);
}

Expand Down

0 comments on commit 2329265

Please sign in to comment.