mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-22 09:01:46 +03:00
chore: update deps and test timeout
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ export default defineConfig({
|
||||
},
|
||||
},
|
||||
test: {
|
||||
testTimeout: isWindows ? 120_000 : 60_000,
|
||||
testTimeout: 120_000,
|
||||
hookTimeout: isWindows ? 180_000 : 120_000,
|
||||
pool: "forks",
|
||||
maxWorkers: isCI ? ciWorkers : localWorkers,
|
||||
|
||||
Reference in New Issue
Block a user