test: increase timeout for blink sketch compilation test

This commit is contained in:
David Montero Crespo 2026-04-21 17:23:36 -03:00
parent 692af00258
commit ff918375d7
1 changed files with 1 additions and 1 deletions

View File

@ -394,7 +394,7 @@ describe('ATtiny85 — end-to-end compilation', () => {
return coreCheck.stdout?.includes('ATTinyCore') ?? false;
}
it('compiles blink sketch and PB1 goes HIGH after setup()', () => {
it('compiles blink sketch and PB1 goes HIGH after setup()', { timeout: 90_000 }, () => {
if (!isATTinyCoreAvailable()) {
console.log('ATTinyCore not installed — skipping E2E compilation test');
return;