Skip to content

Commit

Permalink
Test Initial Setup Github Actions Workflow Setup and Bugfixing
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffjohannsen committed Nov 15, 2024
1 parent d72ca86 commit 44d1307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/initial_setup_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
console.log('Waiting for main data to load via JS...');
await page.waitForResponse(response =>
response.url().includes('get-game-data') && response.status() === 200,
{ timeout: 600000 } // 10-minute timeout
{ timeout: 60000 } // 10-minute timeout
);
console.log('Main data loaded. Waiting additional 10 seconds for images and assets...');
Expand Down

0 comments on commit 44d1307

Please sign in to comment.