diff --git a/tests/integration/components/ssh-key-test.js b/tests/integration/components/ssh-key-test.js index ebdf5390..9da6d50a 100644 --- a/tests/integration/components/ssh-key-test.js +++ b/tests/integration/components/ssh-key-test.js @@ -59,6 +59,9 @@ test('it deletes a custom key if permissions are right', function(assert) { assert.ok(key.get('isDeleted'), 'key should be deleted'); + // we don't deal with saving records for now, so at least wait till it's done + stop(); + setTimeout(function() { start(); }, 50); }); test('it does not delete the custom key if permissions are insufficient', function(assert) {