apache / datafusion

Apache DataFusion SQL Query Engine
https://datafusion.apache.org/
Apache License 2.0
6.33k stars 1.2k forks source link

chore: try make Setup Rust CI step immune to network hang #13495

Closed findepi closed 2 days ago

findepi commented 2 days ago

Which issue does this PR close?

hopefully fixes https://github.com/apache/datafusion/issues/13494

Rationale for this change

Try to fix CI stability issue. Try add a timeout to the apt-get invocation so that retry can kick in.

What changes are included in this PR?

CI script hange

Are these changes tested?

no

Are there any user-facing changes?

no