• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

KarpelesLab / tss-lib / 26105378320
77%

Build:
DEFAULT BRANCH: master
Ran 19 May 2026 04:16PM UTC
Jobs 1
Files 168
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

19 May 2026 02:55PM UTC coverage: 77.069% (+1.1%) from 75.961%
26105378320

push

github

MagicalTux
test: bump per-await timeouts 30s/60s → 5m for race-load on CI

dklstss/async_test.go TestAsyncPresignAndRefresh failed on CI under
-race with "async refresh timed out" — the test's per-step
`time.After(30 * time.Second)` was hit during a Refresh call that
runs comfortably in ~1.5s locally without -race but lands close to or
beyond 30s on the GitHub-hosted runner with the race detector's
~10-20× per-operation overhead.

Fix: bump every `time.After(30 * time.Second)` and `time.After(60 *
time.Second)` in the in-scope test files to `time.After(5 * time.Minute)`.
This gives ample headroom under -race on CI while still surfacing real
hangs (5 minutes per await is well below the 90m job timeout).

Affected files in dklstss, eddsatss, eddsa, frosttss, frostristretto255tss
test suites — see `grep -l` output in the patch.

Local test suite remains green at the new timeouts.

15813 of 20518 relevant lines covered (77.07%)

135610.83 hits per line

Coverage Regressions

Lines Coverage ∆ File
63
78.88
0.0% eddsatss/resharing.go
43
82.64
0.82% eddsatss/keygen.go
35
83.96
0.62% eddsatss/signing.go
10
89.43
0.44% crypto/vss/feldman_vss.go
7
90.24
0.77% common/random.go
7
91.49
-0.18% crypto/schnorr/schnorr_proof.go
3
82.35
0.0% eddsa/signing/prepare.go
3
90.79
0.65% eddsa/signing/round_1.go
3
84.21
1.86% eddsatss/prepare.go
2
69.51
0.0% crypto/mta/range_proof.go
2
79.45
-2.74% ecdsa/signing/finalize.go
2
94.62
2.31% ecdsatss/prepare.go
1
93.44
-1.64% eddsa/resharing/round_3_old_step_2.go
Jobs
ID Job ID Ran Files Coverage
1 26105378320.1 19 May 2026 04:16PM UTC 168
77.07
GitHub Action Run
Source Files on build 26105378320
  • Tree
  • List 168
  • Changed 16
  • Source Changed 10
  • Coverage Changed 16
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26105378320
  • 3e740ee5 on github
  • Prev Build on master (#24558007932)
  • Next Build on master (#26147803342)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc