Skip to content

Commit

Permalink
do not merge
Browse files Browse the repository at this point in the history
  • Loading branch information
rafapaezbas committed Jan 7, 2025
1 parent ad233f2 commit 7f54dd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/04-encrypted.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const rig = new Helper.Rig()

test.hook('encrypted setup', rig.setup)

test('stage, seed and run encrypted app', async function ({ ok, is, plan, comment, timeout, teardown }) {
test.solo('stage, seed and run encrypted app', async function ({ ok, is, plan, comment, timeout, teardown }) {
timeout(180000)
plan(6)

Expand Down
4 changes: 2 additions & 2 deletions test/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ class Rig {
this.keepAlive = keepAlive
}

setup = async ({ comment, timeout }) => {
timeout(180000)
setup = async ({ comment, timeout, ok }) => {
timeout(1000)
comment('connecting to sidecar')
await this.local.ready()
comment('connected to sidecar')
Expand Down

0 comments on commit 7f54dd5

Please sign in to comment.