Skip to content

Commit

Permalink
increase json write test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
HLWeil committed Feb 29, 2024
1 parent 3d00621 commit cc8c116
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ISA/ISA.Json.Tests/ArcTypes.Tests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,8 @@ let tests_ArcAssay = testList "ArcAssay" [
t.Values.[(j,i)] <- cells.[j]
let f() = ArcAssay.toJsonString a
// 1200ms in Dotnet on i7-13800H
// 3412ms in Javascript on i7-13800H
Expect.wantFaster f 5000 "toJsonString should be faster" |> ignore
// 3412ms in Javascript on i7-13800H // 5857 on another occasion
Expect.wantFaster f 7000 "toJsonString should be faster" |> ignore
]
]

Expand Down

0 comments on commit cc8c116

Please sign in to comment.