Skip to content

Commit

Permalink
feat(canary): remove artificial delay (#4174)
Browse files Browse the repository at this point in the history
  • Loading branch information
arein authored Jan 26, 2024
1 parent 75a7761 commit 372c355
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/sign-client/test/canary/canary.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import {
testConnectMethod,
deleteClients,
uploadCanaryResultsToCloudWatch,
throttle,
publishToStatusPage,
} from "../shared";
import {
Expand Down Expand Up @@ -53,7 +52,6 @@ describe("Canary", () => {
const pairingLatencyMs = Date.now() - start - humanInputLatencyMs;

// Send a ping
await throttle(humanInputLatencyMs); // Introduce some realistic timeout and allow backend to replicate
const pingStart = Date.now();
await new Promise<void>(async (resolve, reject) => {
try {
Expand Down

0 comments on commit 372c355

Please sign in to comment.