Skip to content

Latest commit

 

History

History
55 lines (27 loc) · 741 Bytes

tryorama.pause.md

File metadata and controls

55 lines (27 loc) · 741 Bytes

Home > @holochain/tryorama > pause

pause() function

A utility function to wait the given amount of time.

Signature:

pause: (milliseconds: number) => Promise<unknown>

Parameters

Parameter

Type

Description

milliseconds

number

The number of milliseconds to wait.

**Returns:**

Promise<unknown>

A promise that is resolved after the given amount of milliseconds.