Skip to content

Commit 4811b99

Browse files
committed
Revert timeouts
1 parent d586265 commit 4811b99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integrationtest/HomieObserver.integration.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ describe('HomieObserver Integration Tests', () => {
8080
expect(eventReceived).toBe(true);
8181
done();
8282
}
83-
}, 8000);
83+
}, 500);
8484
});
8585
});
8686

integrationtest/HomieObserverSanity.integration.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ describe('HomieObserver Simple Integration Test', () => {
8282
expect(eventReceived).toBe(true);
8383
done();
8484
}
85-
}, 5000);
85+
}, 300);
8686
});
8787
});
8888
});

0 commit comments

Comments
 (0)