github-actions[bot] commited on
Commit
932b950
·
1 Parent(s): efb735d

Update from GitHub Actions

Browse files
Files changed (1) hide show
  1. src/index.ts +1 -1
src/index.ts CHANGED
@@ -194,7 +194,7 @@ app.get('/genspark', async (c) => {
194
  //刷新页面以确保获取新令牌
195
  await gensparkPage.goto('https://www.genspark.ai/agents?type=moa_chat', {
196
  waitUntil: 'networkidle',
197
- timeout: 5000000000
198
  })
199
 
200
  // 执行脚本获取令牌
 
194
  //刷新页面以确保获取新令牌
195
  await gensparkPage.goto('https://www.genspark.ai/agents?type=moa_chat', {
196
  waitUntil: 'networkidle',
197
+ timeout: 3600000
198
  })
199
 
200
  // 执行脚本获取令牌