Skip to content

Commit cdf725b

Browse files
committed
increased timeout
1 parent 4bec929 commit cdf725b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

accessibility/scanner/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const setScanConfig = (win, payload) =>
2929

3030
setTimeout(() => {
3131
reject(new Error('automation-custom-event not received within timeout'));
32-
}, 9000);
32+
}, 45000);
3333
}
3434
startScan();
3535

@@ -57,7 +57,7 @@ const getScanData = (win, payload) =>
5757

5858
setTimeout(() => {
5959
reject(new Error('automation-custom-event not received within timeout'));
60-
}, 9000);
60+
}, 45000);
6161

6262
}
6363

0 commit comments

Comments
 (0)