Skip to content

Commit c784e5e

Browse files
committed
Match the raised plugin deadline default
1 parent 764d084 commit c784e5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/BluetoothExplorerPluginEngine/Wasm/WasmParserPlugin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public struct WasmParserPlugin: ParserPlugin {
2323
public init(
2424
manifest: PluginManifest,
2525
moduleBytes: [UInt8],
26-
deadline: Duration = .milliseconds(50),
26+
deadline: Duration = .milliseconds(250),
2727
warmupDeadline: Duration = .seconds(5)
2828
) throws {
2929
try manifest.validate()

0 commit comments

Comments
 (0)