Skip to content

Commit e180805

Browse files
authored
test: try and reduce invite flakyness (#2247)
1 parent d12d280 commit e180805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/iam/atlas_users_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ func TestAtlasUsers(t *testing.T) {
9595
})
9696

9797
t.Run("Invite", func(t *testing.T) {
98-
n, err := e2e.RandInt(1000)
98+
n, err := e2e.RandInt(10000)
9999
require.NoError(t, err)
100100
emailUser := fmt.Sprintf("test-%[email protected]", n)
101101
t.Log("emailUser", emailUser, "orgID", orgID)

0 commit comments

Comments
 (0)