We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ef5b45 commit 62543b3Copy full SHA for 62543b3
.github/workflows/ci.yml
@@ -206,7 +206,7 @@ jobs:
206
sudo apt-get update
207
sudo apt-get install -y wget python3-snappy sqlite3
208
209
- wget -q 'http://perf-data.rust-lang.org/export.db.sz'
+ timeout 60s wget -q 'http://perf-data.rust-lang.org/export.db.sz'
210
python3 -m snappy -d export.db.sz > before.db
211
212
./target/debug/sqlite-to-postgres before.db 'postgresql://postgres:postgres@localhost:5432/postgres'
0 commit comments