Skip to content

Commit b6b3c09

Browse files
committed
extend timeout for a build route test
1 parent 1fc575b commit b6b3c09

File tree

1 file changed

+1
-1
lines changed
  • test/builds-id-actions-build/post

1 file changed

+1
-1
lines changed

test/builds-id-actions-build/post/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ describe('Build - /builds/:id/actions/build', function() {
171171
});
172172
});
173173
it('add another appcodeversion, build, remove an appcodeversion, it should not reuse cv',
174-
{ timeout: 500 }, function (done) {
174+
{ timeout: 1000 }, function (done) {
175175
// Add a new repo to the contextVersion
176176
ctx.repoName = 'Dat-middleware';
177177
ctx.fullRepoName = ctx.user.json().accounts.github.login + '/' + ctx.repoName;

0 commit comments

Comments
 (0)