- Notifications
You must be signed in to change notification settings - Fork920
Commitb0fa327
authored
fix: increase TestAcquireJob_LongPoll timeout to prevent flakiness (#18442)
I'll be honest I'm not even really sure the point of this test but itwas failing due to```2025-06-16T15:01:54.0863251Z Error: Received unexpected error:2025-06-16T15:01:54.0863554Z acquire job:2025-06-16T15:01:54.0864230Z github.com/coder/coder/v2/coderd/provisionerdserver.(*server).AcquireJob2025-06-16T15:01:54.0865173Z /home/runner/work/coder/coder/coderd/provisionerdserver/provisionerdserver.go:3292025-06-16T15:01:54.0865683Z - failed to acquire job:2025-06-16T15:01:54.0866374Z github.com/coder/coder/v2/coderd/provisionerdserver.(*Acquirer).AcquireJob2025-06-16T15:01:54.0867262Z /home/runner/work/coder/coder/coderd/provisionerdserver/acquirer.go:1482025-06-16T15:01:54.0867819Z - pq: canceling statement due to user request```which is certainly unintended.1 parent04d202a commitb0fa327
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
321 | 321 |
| |
322 | 322 |
| |
323 | 323 |
| |
324 |
| - | |
| 324 | + | |
325 | 325 |
| |
326 | 326 |
| |
327 | 327 |
| |
|
0 commit comments
Comments
(0)