Skip to content

Commit

Permalink
test: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
matteogastaldello committed Feb 24, 2025
1 parent 6fbd572 commit daab7d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/composition/composition_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func TestMain(m *testing.M) {
return ctx, err
}

time.Sleep(40 * time.Second)
time.Sleep(2 * time.Minute)

return ctx, nil
},
Expand Down

0 comments on commit daab7d8

Please sign in to comment.