mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-19 00:21:32 +03:00
4334865266
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
7 lines
156 B
JavaScript
7 lines
156 B
JavaScript
// 30 minute timeout: 20 minutes wasn't always enough for compilation in GitHub Actions.
|
|
jest.setTimeout(1800000)
|
|
|
|
setTimeout(() => {
|
|
// do nothing
|
|
}, 1)
|