Skip to content

Commit d316ea2

Browse files
chore: Add @sfc-gh-mkowalski to the protected users list (#4057)
Add @sfc-gh-mkowalski to the protected users list. Additionally, increase the timeout for one failing test.
1 parent 9b28486 commit d316ea2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pkg/sdk/sweepers_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@ func nukeUsers(client *sdk.Client, suffix string) func() error {
358358
"JAKUB_MICHALAK_LEGACY",
359359
"JAN_CIESLAK",
360360
"JAN_CIESLAK_LEGACY",
361+
"MATEUSZ_KOWALSKI",
361362
"TERRAFORM_SVC_ACCOUNT",
362363
"TEST_CI_SERVICE_USER",
363364
"PENTESTING_USER_1",

pkg/sdk/testint/tasks_gen_integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,7 @@ func TestInt_Tasks(t *testing.T) {
947947
require.Eventually(t, func() bool {
948948
err := client.Tasks.Execute(ctx, sdk.NewExecuteTaskRequest(task.ID()).WithRetryLast(true))
949949
return err != nil
950-
}, time.Second, time.Millisecond*500)
950+
}, 2*time.Second, time.Millisecond*500)
951951
})
952952

953953
t.Run("temporarily suspend root tasks", func(t *testing.T) {

0 commit comments

Comments
 (0)