Skip to content

Commit 329eac3

Browse files
committed
Increase timeout for test that is not passing sometimes
1 parent 79ce97f commit 329eac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/CloudCode.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ describe('Cloud Code', () => {
540540
done();
541541
}
542542
);
543-
}, 500);
543+
}, 1000);
544544
});
545545

546546
it('test cloud function return types', function(done) {

0 commit comments

Comments
 (0)