Browse Source

Increase the timeout for "unwanted" builds

master
Matheus Fernandes 8 years ago
parent
commit
f3736dc6b9
No known key found for this signature in database GPG Key ID: DD07CA4EA7B65C4F
  1. 2
      scripts/slack.js

2
scripts/slack.js

@ -70,7 +70,7 @@ fetch(`https://api.github.com/repos/${repo}/commits/${commit}`, opts)
const message = `:white_check_mark: Build succeded on Node ${currentNodeVersion} (commit <https://github.com/${repo}/commit/${commit}|${commit.substr(0, 7)}> by <${res.authorUrl}|${res.authorName}>)`;
await slackup({ apiKey, channel, type: 'message', message });
},
3000
10000
);
}
})

Loading…
Cancel
Save