Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
milesstoetzner committed Sep 21, 2023
1 parent 43f431f commit 255e8a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ The following options are supported.
## Limitations

- security aspects, such as encryption, authentication, and authorization, are not supported
- messages are not guaranteed to be delivered
- there are no guarantees, e.g., the ordering of messages or even if a message is delivered at all

## Similar Projects

Expand Down
2 changes: 1 addition & 1 deletion tests/bidirectional/bidirectional.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ describe('bidirectional', () => {
})

std.log('waiting for message being bridged')
await utils.sleep(25)
await utils.sleep(250)

expect(files.loadFile(output).trim().split('\n')).to.deep.equal([request.toString(), response.toString()])

Expand Down

0 comments on commit 255e8a4

Please sign in to comment.