Skip to content

chore: fix windows postgres tests #15593

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Nov 20, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
increase wait time on activity bump test
  • Loading branch information
hugodutka committed Nov 20, 2024
commit 890019563e75e0564f381ab67d36e7f8a4549241
2 changes: 1 addition & 1 deletion coderd/workspacestats/activitybump_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ func Test_ActivityBumpWorkspace(t *testing.T) {

var (
now = dbtime.Now()
ctx = testutil.Context(t, testutil.WaitShort)
ctx = testutil.Context(t, testutil.WaitLong)
log = testutil.Logger(t)
db, _ = dbtestutil.NewDB(t, dbtestutil.WithTimezone(tz))
org = dbgen.Organization(t, db, database.Organization{})
Expand Down