Test adding a very long task with a timeout

This commit is contained in:
Edoardo Pirovano
2022-10-11 10:34:31 +01:00
parent 6e1dab28b6
commit d1a55234b6
59 changed files with 18368 additions and 28 deletions
Generated Vendored Executable
+21
View File
@@ -0,0 +1,21 @@
MIT License
Copyright (c) Microsoft Corporation.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE
Generated Vendored Executable
+16
View File
@@ -0,0 +1,16 @@
# Installation
> `npm install --save @types/bluebird`
# Summary
This package contains type definitions for bluebird (https://github.com/petkaantonov/bluebird).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bluebird.
### Additional Details
* Last updated: Fri, 23 Sep 2022 23:33:08 GMT
* Dependencies: none
* Global values: none
# Credits
These definitions were written by [Leonard Hecker](https://github.com/lhecker).
Generated Vendored Executable
+1298
View File
File diff suppressed because it is too large Load Diff
Generated Vendored Executable
+32
View File
@@ -0,0 +1,32 @@
{
"name": "@types/bluebird",
"version": "3.5.37",
"description": "TypeScript definitions for bluebird",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bluebird",
"license": "MIT",
"contributors": [
{
"name": "Leonard Hecker",
"url": "https://github.com/lhecker",
"githubUsername": "lhecker"
}
],
"main": "",
"types": "index.d.ts",
"typesVersions": {
"<4.2.0-0": {
"*": [
"ts4.1/*"
]
}
},
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/bluebird"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "26016ceb964d1259a5ea4766b2e1cbd7ccc04299ebb7b46480846d4cd9fd6e10",
"typeScriptVersion": "4.1"
}
+1271
View File
File diff suppressed because it is too large Load Diff