issue #23404: try to root out nondeterminism
authorSteve Hackbarth <stephenhackbarth@gmail.com>
Thu, 17 Apr 2014 14:53:13 +0000 (10:53 -0400)
committerSteve Hackbarth <stephenhackbarth@gmail.com>
Thu, 17 Apr 2014 14:53:13 +0000 (10:53 -0400)
test/extensions/sales/quote_customer_widget.js
test/lib/crud.js

index 72b43ea..a9841d6 100644 (file)
@@ -43,7 +43,7 @@
             setTimeout(function () {
               done();
             }, 3000);
-          }, 3000);
+          }, 7000);
         });
       });
     });
index d8f8fa9..9c503fc 100644 (file)
@@ -164,6 +164,7 @@ var _ = require("underscore"),
       if (err) {
         assert.fail(err);
       } else {
+        data.model.off('invalid', invalid);
         done();
       }
     });