mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-08-07 09:13:04 +02:00
Fix async db handling. Closes #179.
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
import type { FullConfig } from '@playwright/test';
|
||||
|
||||
const BASE_URL = 'http://localhost:8001';
|
||||
const MAX_RETRIES = 10;
|
||||
const RETRY_DELAY_MS = 2000;
|
||||
// Post-connect sync (contact offload, channel sync, key export) can take
|
||||
// 30-60s on a radio with many contacts, so allow generous polling here.
|
||||
const MAX_RETRIES = 60;
|
||||
const RETRY_DELAY_MS = 3000;
|
||||
|
||||
interface HealthStatus {
|
||||
radio_connected: boolean;
|
||||
|
||||
Reference in New Issue
Block a user