Skip to content

Commit c072b39

Browse files
committed
--wip-- [skip ci]
1 parent b28950e commit c072b39

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/client/lib/tests/test-scenario/timeout-during-notifications.e2e.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ describe("Timeout Handling During Notifications", () => {
6464
await client.flushAll();
6565

6666
// Ensure the endpoint is pointing at the correct node before each test
67+
console.log(`before hook: rebind`);
6768
try{
6869
const { action_id: bindActionId } = await faultInjectorClient.triggerAction(
6970
{
@@ -75,8 +76,9 @@ describe("Timeout Handling During Notifications", () => {
7576
}
7677
);
7778
await faultInjectorClient.waitForAction(bindActionId);
79+
console.log(`rebind complete`);
7880
} catch(error) {
79-
81+
console.log(`didnt need to rebind`);
8082
}
8183

8284
});

0 commit comments

Comments
 (0)