relay.test: increase querying timeout to 10s
This commit is contained in:
parent
718032022c
commit
48767d382d
|
@ -55,7 +55,7 @@ test('querying', async () => {
|
|||
|
||||
expect(t1).toEqual(true)
|
||||
expect(t2).toEqual(true)
|
||||
})
|
||||
}, 10000)
|
||||
|
||||
test('get()', async () => {
|
||||
let event = await relay.get({
|
||||
|
|
Loading…
Reference in New Issue