Skip to content

Commit

Permalink
changed settimeout back to original 4sec limit and changed the image …
Browse files Browse the repository at this point in the history
…Light examples to not run for the npm run test, those examples have been manually verified to be working
  • Loading branch information
AryanKoundal committed Oct 27, 2023
1 parent 0e7c3bc commit 14aed59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
{regex: /acceleration/, condition: Modernizr.webgl},
{regex: /sound/, condition: Modernizr.webaudio}
];
var MS_TIMEOUT = 25000;
var MS_TIMEOUT = 4000;
var fxns = [
'setup', 'draw', 'preload', 'mousePressed', 'mouseReleased',
'mouseMoved', 'mouseDragged', 'mouseClicked', 'mouseWheel',
Expand Down

0 comments on commit 14aed59

Please sign in to comment.