jest.setup.js 298 B

12345678910
  1. // Copyright 2019-2024 Tauri Programme within The Commons Conservancy
  2. // SPDX-License-Identifier: Apache-2.0
  3. // SPDX-License-Identifier: MIT
  4. // 30 minute timeout: 20 minutes wasn't always enough for compilation in GitHub Actions.
  5. jest.setTimeout(1800000)
  6. setTimeout(() => {
  7. // do nothing
  8. }, 1)