mirror of
https://github.com/facebook/rocksdb.git
synced 2024-11-28 15:33:54 +00:00
Increase CircleCI no_output_timeout for macos-java builds (#10627)
Summary: ... because we are frequently seeing the 10m "no output" timeouts on these Pull Request resolved: https://github.com/facebook/rocksdb/pull/10627 Test Plan: CI Reviewed By: hx235 Differential Revision: D39224922 Pulled By: pdillinger fbshipit-source-id: f54c7adb5de87b2f57ccbc7f4e6c541b9cd37e08
This commit is contained in:
parent
b07217da04
commit
9d5b3dabcf
|
@ -593,6 +593,7 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: "Test RocksDBJava"
|
name: "Test RocksDBJava"
|
||||||
command: make V=1 J=16 -j16 jtest
|
command: make V=1 J=16 -j16 jtest
|
||||||
|
no_output_timeout: 20m
|
||||||
- post-steps
|
- post-steps
|
||||||
|
|
||||||
build-macos-java-static:
|
build-macos-java-static:
|
||||||
|
@ -617,6 +618,7 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: "Build RocksDBJava x86 and ARM Static Libraries"
|
name: "Build RocksDBJava x86 and ARM Static Libraries"
|
||||||
command: make V=1 J=16 -j16 rocksdbjavastaticosx
|
command: make V=1 J=16 -j16 rocksdbjavastaticosx
|
||||||
|
no_output_timeout: 20m
|
||||||
- post-steps
|
- post-steps
|
||||||
|
|
||||||
build-macos-java-static-universal:
|
build-macos-java-static-universal:
|
||||||
|
@ -641,6 +643,7 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: "Build RocksDBJava Universal Binary Static Library"
|
name: "Build RocksDBJava Universal Binary Static Library"
|
||||||
command: make V=1 J=16 -j16 rocksdbjavastaticosx_ub
|
command: make V=1 J=16 -j16 rocksdbjavastaticosx_ub
|
||||||
|
no_output_timeout: 20m
|
||||||
- post-steps
|
- post-steps
|
||||||
|
|
||||||
build-examples:
|
build-examples:
|
||||||
|
|
Loading…
Reference in a new issue