mirror of
https://github.com/jlengrand/engine.git
synced 2026-03-10 08:11:21 +00:00
Fix CI
This commit is contained in:
@@ -951,7 +951,7 @@ fn aws_eks_deploy_a_working_environment_with_sticky_session() {
|
||||
assert!(matches!(ret, TransactionResult::Ok));
|
||||
|
||||
// let time for nginx to reload the config
|
||||
thread::sleep(Duration::from_secs(5));
|
||||
thread::sleep(Duration::from_secs(10));
|
||||
// checking if cookie is properly set on the app
|
||||
assert!(routers_sessions_are_sticky(environment.routers.clone()));
|
||||
|
||||
|
||||
@@ -836,7 +836,7 @@ fn digitalocean_doks_deploy_a_working_environment_with_sticky_session() {
|
||||
assert!(matches!(result, TransactionResult::Ok));
|
||||
|
||||
// let time for nginx to reload the config
|
||||
thread::sleep(Duration::from_secs(5));
|
||||
thread::sleep(Duration::from_secs(10));
|
||||
// checking cookie is properly set on the app
|
||||
assert!(routers_sessions_are_sticky(environment.routers.clone()));
|
||||
|
||||
|
||||
@@ -956,7 +956,7 @@ fn scaleway_kapsule_deploy_a_working_environment_with_sticky_session() {
|
||||
assert!(matches!(result, TransactionResult::Ok));
|
||||
|
||||
// let time for nginx to reload the config
|
||||
thread::sleep(Duration::from_secs(5));
|
||||
thread::sleep(Duration::from_secs(10));
|
||||
// checking cookie is properly set on the app
|
||||
assert!(routers_sessions_are_sticky(environment.routers.clone()));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user