Skip to content

Commit

Permalink
Merge ef67354 into 52d50a0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexxeh committed Aug 17, 2022
2 parents 52d50a0 + ef67354 commit ca627f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fdb-debugger/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ export class RemoteHost extends EventEmitter {
'app.launchComponent',
FDBTypes.LaunchComponentParams,
FDBTypes.AppComponent,
{ minTimeout: 15000 },
{ minTimeout: 20000 },
);

private changeSerialization = (serialization: FDBTypes.SerializationType) => {
Expand Down

0 comments on commit ca627f7

Please sign in to comment.