summaryrefslogtreecommitdiff
path: root/web-ui/test/spec/mixins
diff options
context:
space:
mode:
authorNavaL <mnandri@thoughtworks.com>2016-01-11 17:54:53 +0100
committerNavaL <mnandri@thoughtworks.com>2016-01-11 17:54:53 +0100
commit0c6c8bed304884ab5f3ade69fb0d68d2cbe043e6 (patch)
tree1d95481fe628ac4878bc1c0670c9e4b50a10e9cc /web-ui/test/spec/mixins
parent058d14143c179d9923eea433fc63094f4f9059aa (diff)
format attachment size
Issue #573
Diffstat (limited to 'web-ui/test/spec/mixins')
-rw-r--r--web-ui/test/spec/mixins/with_mail_edit_base.spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/test/spec/mixins/with_mail_edit_base.spec.js b/web-ui/test/spec/mixins/with_mail_edit_base.spec.js
index f9e5600a..2b35d4f5 100644
--- a/web-ui/test/spec/mixins/with_mail_edit_base.spec.js
+++ b/web-ui/test/spec/mixins/with_mail_edit_base.spec.js
@@ -56,7 +56,7 @@ describeMixin('mixins/with_mail_edit_base', function () {
setTimeout(function () {
expect(saveDraftSpy).not.toHaveBeenTriggeredOn(document);
done();
- }, 10);
+ }, 12);
});
});