Skip to content

Commit

Permalink
fix(ci): unstable integration test (argoproj#15976)
Browse files Browse the repository at this point in the history
* wait more

Signed-off-by: naruse666 <[email protected]>

* fix: wait

Signed-off-by: naruse666 <[email protected]>

* rerun

Signed-off-by: naruse666 <[email protected]>

* rerun 2

Signed-off-by: naruse666 <[email protected]>

---------

Signed-off-by: naruse666 <[email protected]>
  • Loading branch information
naruse666 authored Oct 15, 2023
1 parent 0fdd534 commit dbc48f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/app_management_ns_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2448,6 +2448,7 @@ func TestNamespacedDisableManifestGeneration(t *testing.T) {
}).
When().
And(func() {
time.Sleep(3 * time.Second)
SetEnableManifestGeneration(map[ApplicationSourceType]bool{
ApplicationSourceTypeKustomize: false,
})
Expand Down

0 comments on commit dbc48f3

Please sign in to comment.