Skip to content

Commit 9e59384

Browse files
committed
should really fix the build
1 parent 9c95e2b commit 9e59384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/i18nBuilt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ define([
77
return that.remote
88
.get(require.toUrl('./testBuilt.html?' + locale + '&' + options))
99
// TODO waitForCondition
10-
.wait(15000)
10+
.wait(10000)
1111
.elementById('layer')
1212
.text()
1313
.then(function (txt) {

0 commit comments

Comments
 (0)