mirror of
https://github.com/actions/setup-python.git
synced 2025-04-19 19:33:29 +00:00
increase timeout
This commit is contained in:
parent
2934810f3d
commit
218a9edead
@ -96,7 +96,8 @@ describe('restore-cache', () => {
|
|||||||
expect(infoSpy).toHaveBeenCalledWith(
|
expect(infoSpy).toHaveBeenCalledWith(
|
||||||
`Cache restored from key: setup-python-${process.env['RUNNER_OS']}-python-${pythonVersion}-${packageManager}-${fileHash}`
|
`Cache restored from key: setup-python-${process.env['RUNNER_OS']}-python-${pythonVersion}-${packageManager}-${fileHash}`
|
||||||
);
|
);
|
||||||
}
|
},
|
||||||
|
30000
|
||||||
);
|
);
|
||||||
|
|
||||||
it.each([
|
it.each([
|
||||||
|
Loading…
Reference in New Issue
Block a user