eclipse / eclipse-collections

Eclipse Collections is a collections framework for Java with optimized data structures and a rich, functional and fluent API.
http://www.eclipse.org/collections
2.42k stars 604 forks source link

Set Github actions timeout for Pull requests workflow #1642

Open Saurabh-Daware opened 2 months ago

Saurabh-Daware commented 2 months ago

Github actions sometimes gets stuck and the workflow continues for 6 hours which is default timeout for Github actions. Pull request workflow usually takes 4 minutes. So I propose a timeout of 15 minutes for Pull request workflow.