Commit 77f63987 by Braden MacDonald

Investigate one potential cause of flaky tests

parent 30173c47
...@@ -690,7 +690,7 @@ function DragAndDropBlock(runtime, element, configuration) { ...@@ -690,7 +690,7 @@ function DragAndDropBlock(runtime, element, configuration) {
cursor: 'move', cursor: 'move',
stack: $root.find('.item-bank .option'), stack: $root.find('.item-bank .option'),
revert: 'invalid', revert: 'invalid',
revertDuration: 150, revertDuration: 2500,
start: function(evt, ui) { start: function(evt, ui) {
var $item = $(this); var $item = $(this);
grabItem($item); grabItem($item);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment