Skip to content

Commit 5f60a8d

Browse files
1 parent 005ea53 commit 5f60a8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

coderd/database/querier_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,6 @@ func TestGetAuthorizedWorkspacesAndAgentsByOwnerID(t *testing.T) {
620620
t.SkipNow()
621621
}
622622

623-
ctx := testutil.Context(t, testutil.WaitLong)
624623
sqlDB := testSQLDB(t)
625624
err := migrations.Up(sqlDB)
626625
require.NoError(t, err)
@@ -695,6 +694,7 @@ func TestGetAuthorizedWorkspacesAndAgentsByOwnerID(t *testing.T) {
695694
}
696695
t.Run("sqlQuerier", func(t *testing.T) {
697696
t.Parallel()
697+
ctx := testutil.Context(t, testutil.WaitMedium)
698698

699699
userSubject, _, err := httpmw.UserRBACSubject(ctx, db, user.ID, rbac.ExpandableScope(rbac.ScopeAll))
700700
require.NoError(t, err)
@@ -717,6 +717,7 @@ func TestGetAuthorizedWorkspacesAndAgentsByOwnerID(t *testing.T) {
717717

718718
t.Run("dbauthz", func(t *testing.T) {
719719
t.Parallel()
720+
ctx := testutil.Context(t, testutil.WaitMedium)
720721

721722
authzdb := dbauthz.New(db, authorizer, slogtest.Make(t, &slogtest.Options{}), coderdtest.AccessControlStorePointer())
722723

0 commit comments

Comments
 (0)