mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-27 23:07:12 +02:00
ci: Fix timing issue (#17984)
This commit is contained in:
parent
0fffb807ee
commit
aef65fcecb
|
|
@ -34,7 +34,8 @@ async function globalSetup() {
|
|||
}
|
||||
|
||||
console.log(`🔄 Resetting database for ${n8nBaseUrl}...`);
|
||||
|
||||
// Quick hack till we find out a better health check for the database reset command!
|
||||
await new Promise((resolve) => setTimeout(resolve, 3000));
|
||||
// Create standalone API request context
|
||||
const requestContext = await request.newContext({
|
||||
baseURL: n8nBaseUrl,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user