build: migrate to GitHub Actions (#42720)
* build: migrate to GitHub Actions * build: use old clang-format binary path * debug (do not merge): intentionally bust Linux cache * build: unskip cache creation
This commit is contained in:
parent
70bb34ed11
commit
ba9b3d4421
26 changed files with 2229 additions and 187 deletions
|
@ -1749,7 +1749,7 @@ describe('protocol module', () => {
|
|||
const end = Date.now();
|
||||
return end - begin;
|
||||
})();
|
||||
expect(interceptedTime).to.be.lessThan(rawTime * 1.5);
|
||||
expect(interceptedTime).to.be.lessThan(rawTime * 1.6);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue