Skip to content

Commit 62543b3

Browse files
committed
Timeout download of export
1 parent 0ef5b45 commit 62543b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
sudo apt-get update
207207
sudo apt-get install -y wget python3-snappy sqlite3
208208
209-
wget -q 'http://perf-data.rust-lang.org/export.db.sz'
209+
timeout 60s wget -q 'http://perf-data.rust-lang.org/export.db.sz'
210210
python3 -m snappy -d export.db.sz > before.db
211211
212212
./target/debug/sqlite-to-postgres before.db 'postgresql://postgres:postgres@localhost:5432/postgres'

0 commit comments

Comments
 (0)