Skip to content

Commit b3d7800

Browse files
committed
fix: timeoutSignal is lost after being overriden with controller.signal
1 parent 3701edd commit b3d7800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/watch_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ describe('Watch', () => {
459459
const watch = new Watch(kc);
460460

461461
// NOTE: Hack around the type system to make the timeout shorter
462-
(watch as any).requestTimeoutMs = 1;
462+
(watch as any).requestTimeoutMs = 10;
463463

464464
let doneErr: any;
465465

0 commit comments

Comments
 (0)