Skip to content

Commit ae05f63

Browse files
committed
Expanding timeout for propagation of changes
1 parent 51f0549 commit ae05f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/picker.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ describe("Picker API - ", function () {
394394
// Change needs to propagate through the DOM
395395
setTimeout(function(){
396396
expect($select.picker("get")).toBe(option.data("id") + '');
397-
}, 10);
397+
}, 200);
398398
});
399399

400400
it("get (multiple) - one item", function () {

0 commit comments

Comments
 (0)