Skip to content

Commit

Permalink
extra-long timeout for db combo test
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher J. Brody committed Jun 27, 2018
1 parent adfb490 commit 1c1b822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/www/spec/db-sql-operations-test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* 'use strict'; */

var MYTIMEOUT = 12000;
var MYTIMEOUT = 30000;

var isWP8 = /IEMobile/.test(navigator.userAgent); // Matches WP(7/8/8.1)
var isWindows = /Windows /.test(navigator.userAgent); // Windows
Expand Down

0 comments on commit 1c1b822

Please sign in to comment.