mirror of
https://github.com/actions/setup-java
synced 2024-11-09 23:22:40 +00:00
removed test timeout
This commit is contained in:
parent
012c21ec81
commit
36bb906fe0
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ describe('gpg tests', () => {
|
|||
} catch {
|
||||
console.log('Failed to remove test directories');
|
||||
}
|
||||
}, 100000);
|
||||
});
|
||||
|
||||
describe('importKey', () => {
|
||||
it('attempts to import private key and returns null key id on failure', async () => {
|
||||
|
|
Loading…
Reference in a new issue