Skip to content

Commit

Permalink
RSDK-9502 - bump test timeout (#4680)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksanford authored Jan 6, 2025
1 parent e7cb19a commit d6298b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/datamanager/builtin/builtin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ func TestFileDeletion(t *testing.T) {
},
})
config, deps := setupConfig(t, r, enabledTabularManyCollectorsConfigPath)
timeoutCtx, timeout := context.WithTimeout(ctx, time.Second*2)
timeoutCtx, timeout := context.WithTimeout(ctx, time.Second*5)
defer timeout()
// create sync clock so we can control when a single iteration of file deltion happens
c := config.ConvertedAttributes.(*Config)
Expand Down

0 comments on commit d6298b3

Please sign in to comment.